home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / PERL / UNIX / HINTS / ULTRIX_4.SH < prev    next >
Text File  |  1992-01-04  |  531b  |  23 lines

  1. ccflags="$ccflags -DLANGUAGE_C -Olimit 2900"
  2. tmp=`(uname -a) 2>/dev/null`
  3. case "$tmp" in
  4. *RISC*) cat <<EOF
  5. Note that there is a bug in some versions of NFS on the DECStation that
  6. may cause utime() to work incorrectly.  If so, regression test io/fs
  7. may fail if run under NFS.  Ignore the failure.
  8. EOF
  9.     case "$tmp" in
  10.     *4.2*) d_volatile=undef;;
  11.     esac
  12. ;;
  13. esac
  14. case "$tmp" in
  15. *4.1*)
  16.     eval_cflags='optimize="-g"'
  17.     teval_cflags='optimize="-g"'
  18.     toke_cflags='optimize="-g"'
  19.     ttoke_cflags='optimize="-g"'
  20.     ;;
  21. esac
  22.  
  23.